Accusoft.BarcodeXpress12.Net - Updated
Acquire an Image for Barcode Recognition
User Guide > How To > Acquire an Image for Barcode Recognition

Image Options

Barcode Xpress works with 1-bit black and white images, 8-bit grayscale images, 24-bit color images and 32-bit color images. To convert other image formats use the ImagXpress ColorDepth method or other methods with the included ImagXpress component. If you use ImageGear, use the ConvertColorSpace method.

Barcode Xpress for .NET accepts a System.Object built by another Accusoft component, such as ImagXpress or ImageGear. There are also two other overloads to Analyze, which accept a .NET bitmap or an hDIB, but these require you to do your own memory management and are not recommended.

See Pass Image Data Between Different Accusoft Components for information about Image Transfer.

See Also